gadget: inject default netplan configuration in gadget configuration - #16631
gadget: inject default netplan configuration in gadget configuration#16631valentindavid wants to merge 1 commit into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #16631 +/- ##
==========================================
+ Coverage 79.04% 79.11% +0.06%
==========================================
Files 1375 1364 -11
Lines 191012 190800 -212
Branches 2465 2465
==========================================
- Hits 150981 150942 -39
+ Misses 30924 30768 -156
+ Partials 9107 9090 -17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Fri May 8 08:03:47 UTC 2026 Failures:Preparing:
Executing:
Restoring:
Skipped tests from snapd-testing-skipIf you wish to have any of the below tests run in your PR, in your PR description, add 'unskip:' followed by a copy-and-pasted list (without variants) of the below tests you wish to run (unskip plus test list must be valid yaml)
|
5490f5c to
1079406
Compare
1079406 to
02cb57c
Compare
alfonsosanchezbeato
left a comment
There was a problem hiding this comment.
LGTM - but this would need a spread test, could be a follow-up
Yeah. I can try to do that in this PR. |
1c0f237 to
9fc3eb0
Compare
We cannot test on non nested, because we need to be able to have different netplan configurations for tests, which is not possible. We cannot test with nested tests without disabling cloud-init and using user assertions. I would prefer to wait for changing nested tests to not use cloud-init in general than making a complex test right now. I will open a jira card for adding the test. |
9fc3eb0 to
1641b95
Compare
The plan is to remove the default gadget configuration from core26. But to be able to make netplan work on gadget missing netplan configuration, we should inject the old configuration.
1641b95 to
78bcf32
Compare
The plan is to remove the default gadget configuration from core26. But to be able to make netplan work on gadget missing netplan configuration, we should inject the old configuration.